home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / GaleBrowse.exe / 0 / RCDATA / TFORMPOPUPIMG / TFORMPOPUPIMG.txt
Encoding:
Text File  |  2002-10-07  |  967 b   |  44 lines

  1. object FormPopupImg: TFormPopupImg
  2.   Left = 243
  3.   Top = 100
  4.   BorderStyle = bsNone
  5.   Caption = 'FormPopupImg'
  6.   ClientHeight = 356
  7.   ClientWidth = 475
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseWheelDown = FormMouseWheelDown
  20.   OnMouseWheelUp = FormMouseWheelUp
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object ScrollBox1: TScrollBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 475
  27.     Height = 356
  28.     HorzScrollBar.Tracking = True
  29.     VertScrollBar.Tracking = True
  30.     Align = alClient
  31.     BorderStyle = bsNone
  32.     TabOrder = 0
  33.     OnMouseDown = ImageMouseDown
  34.     object Image: TImage
  35.       Left = 0
  36.       Top = 0
  37.       Width = 105
  38.       Height = 105
  39.       AutoSize = True
  40.       OnMouseDown = ImageMouseDown
  41.     end
  42.   end
  43. end
  44.